Skip to main content

SW360 Package Curation Provider

SW360

Provides package metadata from the configured SW360 instance using the REST API.

Configuration

Example

{
"SW360": {
"options": {
"restUrl": null,
"authUrl": null
},
"secrets": {
"username": null,
"password": "",
"clientId": null,
"clientPassword": "",
"token": ""
}
}
}

Options

restUrl

STRING Required

The REST API URL of SW360.

authUrl

STRING Required

The authentication URL of your SW360 instance.

username

SECRET Required

The username for the requests to SW360.

password

SECRET Default

The password of the SW360 user.

clientId

SECRET Required

The client ID of the SW360 instance for the two-step authentication.

clientPassword

SECRET Default

The password of the client ID.

token

SECRET Default

Optional access token that can be used instead of the [authUrl], [username], [password], [clientId] and [clientPassword] if the token is already known.